home *** CD-ROM | disk | FTP | other *** search
/ Super PC 34 / Super PC 34 (Shareware).iso / spc / UTIL / DJGPP2 / V2 / DJTST200.ZIP / tests / libc / crt0 / ms2.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-02  |  180 b   |  12 lines

  1. #include <crt0.h>
  2. #if 0
  3. void   __crt0_load_environment_file(char *_app_name){}
  4. void   __crt0_setup_arguments(void){}
  5. #endif
  6. int
  7. main(void)
  8. {
  9. printf("hi");
  10.   return 0;
  11. }
  12.